Skip to content

External dependencies management #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

Alex-PLACET
Copy link
Member

No description provided.

Comment on lines 31 to 45
- name: Install external dependencies
run: micromamba install -n build_env -y -f ./environment-dev.yml

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same.

Comment on lines 33 to 40
- name: Install external dependencies
run: micromamba install -n build_env -y -f ./environment-dev.yml

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same.

- name: Build sparrow-ipc
run: |
cmake -B build/ -G Ninja \
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX \
-DCMAKE_PREFIX_PATH=$CONDA_PREFIX \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove this?

@Alex-PLACET Alex-PLACET force-pushed the external_dependencies_management branch from e6a69d9 to 1bf99a7 Compare July 25, 2025 11:55
@Alex-PLACET Alex-PLACET force-pushed the external_dependencies_management branch from 1a0719f to f9d53a8 Compare August 19, 2025 12:06
@Alex-PLACET Alex-PLACET self-assigned this Aug 19, 2025
@Alex-PLACET Alex-PLACET requested a review from Hind-M August 19, 2025 13:47
Comment on lines 31 to 32
- name: Install external dependencies
run: micromamba install -n build_env -y -f ./environment-dev.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a leftover and can be removed actually, redundant with:

- name: Create build environment
        uses: mamba-org/setup-micromamba@v2
        with:
          environment-file: ./environment-dev.yml

build_osx:
runs-on: macos-latest
osx_build_from_conda_forge:
runs-on: macos-15
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there an issue with macos-latest?

-DCMAKE_PREFIX_PATH=%CONDA_PREFIX% \
-DSPARROW_IPC_BUILD_SHARED=${{ matrix.build_shared }} \
-DSPARROW_IPC_BUILD_TESTS=ON \
-DFETCH_DEPENDENCIES_WITH_CMAKE=MISSING
Copy link
Member

@Hind-M Hind-M Aug 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This ( -DFETCH_DEPENDENCIES_WITH_CMAKE=MISSING) can be removed to be consistent with the other platforms workflows on conda-forge.

@Alex-PLACET Alex-PLACET merged commit 19ee9cc into QuantStack:main Aug 19, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants